Meta description:
When making an action that deals Acid damage, the character can spend 3 SP to inflict one Acid damage dice on all creatures in a 3 meters cone behind the target. The additional dices must have the same number of faces as the action's Acid damage dice. All affected creatures have to make a Reflex test (without using their reaction) which in succeeding it reduces by half the effects.
-
Name:
mSplashingI
-
Displayed name:
Splashing I
-
Description:
When making an action that deals Acid damage, the character can spend 3 SP to inflict one Acid damage dice on all creatures in a 3 meters cone behind the target. The additional dices must have the same number of faces as the action's Acid damage dice. All affected creatures have to make a Reflex test (without using their reaction) which in succeeding it reduces by half the effects.
-
Cost:
expCost(450,400)-0
-
Script:
-
Duration:
-1
-
Type:
0
-
Recurrent script:
-
Add ons:
-
Condition:
action:tagsContain([[acidDamage]])
-
Description:
-
Variables:
vSplashingDamage = 1
-
Script:
-
Action effects:
-
Use case:
0
-
Name:
Splashing
-
Description:
The character can spend 3 SP to inflict vSplashingDamage.string Acid damage dice on all creatures in a 3 meters cone behind the target reduce by half on a successful Reflex test.
-
Script:
-
Variables:
-
-
-
Upgrades:
-
Name:
mSplashingII
-
Displayed name:
Splashing II
-
Description:
Add a second dice to the splashing damage.
-
Cost:
expCost(900,400)-225
-
Script:
master.displayName:set([[Splashing II]]) master.description:replace([[one Acid damage dice]],[[two Acid damage dice]]) master.addOns[1].variables:replace([[vSplashingDamage = 1]],[[vSplashingDamage = 2]])
-
Duration:
-1
-
Type:
0
-
Recurrent script:
-
Add ons:
-
Name:
mSplashingIII
-
Displayed name:
Splashing III
-
Description:
Add a third dice to the splashing damage.
-
Cost:
expCost(1350,400)-450
-
Script:
master.displayName:set([[Splashing III]]) master.description:replace([[two Acid damage dice]],[[three Acid damage dice]]) master.addOns[1].variables:replace([[vSplashingDamage = 2]],[[vSplashingDamage = 3]])
-
Duration:
-1
-
Type:
0
-
Recurrent script:
-
Add ons:
-